home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / utility / opaquemove / docs-txt / english / opaque-prog.txt < prev    next >
Text File  |  1996-10-21  |  3KB  |  108 lines

  1.  
  2.  
  3. Title: OpaqueMove Programmatic Interfaces
  4.  
  5.  
  6. Programmatic Interfaces
  7.  
  8. Command Line Options
  9.  
  10. The following options are available from the command line or icon tooltypes,
  11. via:
  12.  
  13.      PARAMETER=Value
  14.  
  15.      Options set in this manner override those from the preferences file,
  16.      which in turn overrides built in defaults.
  17.  
  18.      Command parameters Description
  19.  
  20.      SAVEPREFS filename Save current prefs settings to filename
  21.  
  22.      LOADPREFS filename Load current prefs settings from filename
  23.  
  24.      EXIT n/a Exit after parsing command line arguments
  25.  
  26.      MVALLOWSCREEN pattern Expression matching screens on which windows may
  27.      be dragged opaquely.
  28.  
  29.      MVALLOWWINDOW pattern Expression matching windows which may be dragged
  30.      opaquely.
  31.  
  32.      MVDENYSCREEN pattern Expression matching screens on which windows may
  33.      NOT be dragged opaquely.
  34.  
  35.      MVDENYWINDOW pattern Expression matching windows which may NOT be
  36.      dragged opaquely.
  37.  
  38.      MVMAXWIN wincount Maximum windows on a screen before opaque is disabled.
  39.  
  40.      MVMAXX pixelsize Maximum width of a window that can be dragged opaquely.
  41.  
  42.      MVMAXY pixelsize Maximum height of a window that can be dragged
  43.      opaquely.
  44.  
  45.      MVSIMPLE boolean Whether simple refresh windows may be dragged opaquely.
  46.  
  47.      MVSMART boolean Whether smart refresh windows may be dragged opaquely.
  48.  
  49.      SZALLOWSCREEN pattern Expression matching screens on which windows may
  50.      be sized opaquely.
  51.  
  52.      SZALLOWWINDOW pattern Expression matching windows which may be sized
  53.      opaquely.
  54.  
  55.      SZDENYSCREEN pattern Expression matching screens on which windows may
  56.      NOT be sized opaquely.
  57.  
  58.      SZDENYWINDOW pattern Expression matching windows which may NOT be sized
  59.      opaquely.
  60.  
  61.      SZMAXWIN wincount Maximum windows on a screen before opaque is disabled.
  62.  
  63.      SZMAXX pixelsize Maximum width of a window that can be sized opaquely.
  64.  
  65.      SZMAXY pixelsize Maximum height of a window that can be sized opaquely.
  66.  
  67.      SZSIMPLE boolean Whether simple refresh windows may be sized opaquely.
  68.  
  69.      SZSMART boolean Whether smart refresh windows may be sized opaquely.
  70.  
  71.      GBDENYSCREEN pattern Disable operation completely on screens matching
  72.      this expression.
  73.  
  74.      GBDENYWINDOW pattern Disable operation completely on windows matching
  75.      this expression.
  76.  
  77.      BORDERWIDTH integer Edge border width for handles.
  78.  
  79.      KEYFILE file_name Key file location (read upon startup).
  80.  
  81.      BRUSHDIR directory_name Directory in which to look for brushes
  82.      (cursors).
  83.  
  84.      CUSTOMCURSORS boolean Whether to use custom size/move pointers.
  85.  
  86.      FRIENDLYLOCK boolean Whether to use friendly locking during outline
  87.      movement.
  88.  
  89.      SHOWSIZE boolean Whether to use friendly locking during outline
  90.      movement.
  91.  
  92.      HIDEONSTART boolean Whether to hide the UI window upon program start
  93.      (useful for WBStartup use).
  94.  
  95.      CX_POPUP boolean Inverse of HIDEONSTART.
  96.  
  97.      CX_PRI boolean Sets commodity priority.
  98.  
  99.      Back to Top
  100.  
  101.      ARexx Interface
  102.  
  103.      (Future)
  104.  
  105.      Back to Contents
  106. -----------------------------------------------------------------------------
  107.  
  108.